Type Alias ScriptItemParams

ScriptItemParams: ItemParams & {
    run: ScriptRunner;
}

Type declaration

  • run: ScriptRunner

    The function that will be called when the item is selected.