Files
website/src/content/docs/v4/api/interfaces/BothCommand.md
Jacob Nguyen b5dc4f4cb1 update docs
2024-06-22 14:59:58 -05:00

3.2 KiB

editUrl, next, prev, title
editUrl next prev title
false false false BothCommand

Extends

Properties

description

description: string

Overrides

Module.description

Source

src/types/core-modules.ts:140


execute()

execute: (ctx, tbd) => unknown

Parameters

ctx: Context

tbd: SDT

Returns

unknown

Overrides

Module.execute

Source

src/types/core-modules.ts:142


locals

locals: Record<string, unknown>

Inherited from

Module.locals

Source

src/types/core-modules.ts:44


meta

meta: object

absPath

absPath: string

id

id: string

Inherited from

Module.meta

Source

src/types/core-modules.ts:40


name?

optional name: string

Inherited from

Module.name

Source

src/types/core-modules.ts:36


onEvent

onEvent: ControlPlugin<any[]>[]

Inherited from

Module.onEvent

Source

src/types/core-modules.ts:37


options?

optional options: SernOptionsData[]

Source

src/types/core-modules.ts:141


plugins

plugins: InitPlugin<any[]>[]

Inherited from

Module.plugins

Source

src/types/core-modules.ts:38


type

type: Both

Overrides

Module.type

Source

src/types/core-modules.ts:139