Skip to content

Documentation / @expofp/schema / PlannerOptions

Type Alias: PlannerOptions ​

ts
type PlannerOptions = object;

Options of the openPlanner intent — see PlannerOptionsSchema.

Type Declaration ​

from? ​

ts
optional from?: string;

Booth to start from.

fromBookmarks? ​

ts
optional fromBookmarks?: boolean;

Fill the planner from the visitor's bookmarks instead of items.

items? ​

ts
optional items?: string[];

Entity slugs to plan a route through (ignored with fromBookmarks).