ProjectFilters | MakeCode Embed
Interface ProjectFilters
interface ProjectFilters {
blocks?: { [index: string]: FilterState };
defaultState?: FilterState;
fns?: { [index: string]: FilterState };
namespaces?: { [index: string]: FilterState };
}
Index
Properties
Properties
Optionalblocks
blocks?: { [index: string]: FilterState }
OptionaldefaultState
defaultState?: FilterState
Optionalfns
fns?: { [index: string]: FilterState }
Optionalnamespaces
namespaces?: { [index: string]: FilterState }