Home > @uniformdev/mesh-sdk-react > ParameterVariablesProps
ParameterVariablesProps type
Signature:
type ParameterVariablesProps<TEditorContext = unknown> = {
'aria-label'?: string;
'data-testid'?: string;
multiLine?: boolean | number;
disabled?: boolean;
editorRef?: MutableRefObject<LexicalEditor | null>;
autoFocus?: boolean;
inputCss?: SerializedStyles;
} & UseInputVariablesStateProps<TEditorContext>;