@graphty/graphty-element / config / getOptionsFiltered
Function: getOptionsFiltered()
getOptionsFiltered(
optionsSchema,advanced):OptionsSchema
Defined in: src/config/OptionsSchema.ts:203
Get options filtered by advanced flag
Parameters
optionsSchema
Options schema to filter
advanced
boolean
If true, return only advanced options. If false, return only basic options.
Returns
Filtered options schema