Skip to content

Latest commit

 

History

History
115 lines (63 loc) · 2.89 KB

File metadata and controls

115 lines (63 loc) · 2.89 KB

@onzag/itemize / Modules / server / IServerCustomizationDataType

Interface: IServerCustomizationDataType

server.IServerCustomizationDataType

Table of contents

Properties

Properties

callback

Optional callback: (appData: IAppDataType) => void | Promise<void>

Type declaration

▸ (appData): void | Promise<void>

Parameters
Name Type
appData IAppDataType
Returns

void | Promise<void>

Defined in

server/index.ts:276


customRoles

Optional customRoles: ICustomRoleType[]

Defined in

server/index.ts:273


customRouter

Optional customRouter: (appData: IAppDataType) => Router

Type declaration

▸ (appData): Router

Parameters
Name Type
appData IAppDataType
Returns

Router

Defined in

server/index.ts:271


customRouterEndpoint

Optional customRouterEndpoint: string

Defined in

server/index.ts:270


customSearchEngineIndexing

Optional customSearchEngineIndexing: ICustomSearchEngineIndexingType

Defined in

server/index.ts:274


customTriggers

Optional customTriggers: ITriggerRegistry

Defined in

server/index.ts:272


globalManagerInitialServerDataFunction

Optional globalManagerInitialServerDataFunction: InitialExecutionServerDataFn

Defined in

server/index.ts:278