[ * "title" => "Content", * "icon" => "" * "items" => [ * "sys_note" => [ * [ * "url" => "...", * "icon" => "...", * "label" => "...", * ], * ], * "sys_file_collection" => [ * [ * "icon" => "...", * "label" => "...", * "types" => [ * "static" => [ * 'url' => "...", * 'icon' => "...", * 'label' => "...", * ], * "folder" => [ * 'url' => "...", * 'icon' => "...", * 'label' => "...", * ], * ], * ], * ], * ], * ], * "system" => [ * "title" => "System Records", * "icon" => "" * "items" => [ * "sys_template" => [ * [ * "url" => "...", * "icon" => "...", * "label" => "...", * ], * ], * "backend_layout" => [ * [ * "url" => "...", * "icon" => "...", * "label" => "...", * ], * ], * ], * ], */ final class ModifyNewRecordCreationLinksEvent { public function __construct( public array $groupedCreationLinks, public readonly array $pageTS, public readonly int $pageId, public readonly ServerRequestInterface $request ) {} }