Type Alias AppScriptMeta

type AppScriptMeta = {
    qIsLocked?: boolean;
    qMeta?: NxMeta;
}
Index

Properties

Properties

qIsLocked?: boolean

True if user is temporarily locked from modifying the script. Meta contains the ID of the last modifier. Only applicable to QCS.

qMeta?: NxMeta

Information about publishing and permissions. This parameter is optional.