Home > @uniformdev/mesh-sdk-react > VariablesPluginProps
VariablesPluginProps type
Signature:
type VariablesPluginProps<TEditorContext = unknown> = {
disableVariables?: boolean;
showAddVariableMenuOption?: boolean | string;
enableEditingVariables?: boolean;
getEditorContext?: SelectVariableMenuProps<TEditorContext>['getEditorContext'];
filterVariable?: SelectVariableMenuProps<TEditorContext>['filterVariable'];
replaceValueOnVariableInsert: boolean;
};