Preparing search index...
The search index is not available stitch-cms
Constructors
constructor
new Stitch Server( __namedParameters: { cache?: boolean ; cachePath?: string ; ignore?: string [] ; logLevel?: "error" | "warn" | "info" | "debug" | "silent" | "verbose" ; plugins: ContentHandler < any > [] ; port?: number ; } ) : StitchServer
Parameters
__namedParameters: { cache?: boolean ; cachePath?: string ; ignore?: string [] ; logLevel?: "error" | "warn" | "info" | "debug" | "silent" | "verbose" ; plugins: ContentHandler < any > [] ; port?: number ; }
Optional cache?: boolean
Optional cache Path?: string
Optional ignore?: string []
Optional log Level?: "error" | "warn" | "info" | "debug" | "silent" | "verbose"
Optional port?: number
Methods
entries Exists Filter
entries Exists Filter( exists: undefined | InputMaybe < string [] > ) : ContentFilter
Parameters
exists: undefined | InputMaybe < string [] >
Returns ContentFilter
entries Filter
entries Filter( filter: undefined | InputMaybe < Filter > ) : ContentFilter
Parameters
filter: undefined | InputMaybe < Filter >
Returns ContentFilter
entries Matches Filter
entries Matches Filter( matches: undefined | InputMaybe < Record < string , any > > ) : ContentFilter
Parameters
matches: undefined | InputMaybe < Record < string , any > >
Returns ContentFilter
init
init( ) : Promise < void >
Returns Promise < void >
start
start( ) : Promise < ServerInfo >
Returns Promise < ServerInfo >
Global cache option. Overrides plugin's cache option.