Home > @uniformdev/mesh-sdk-react > InsertVariableCommandArguments
InsertVariableCommandArguments type
Signature:
type InsertVariableCommandArguments = {
variable: string;
initialDisplayName?: string;
targetKey: string | undefined;
overwriteExistingValue?: boolean;
};