Type Alias AppScript

type AppScript = {
    qIsLocked?: boolean;
    qMeta?: NxMeta;
    qScript?: string;
}
Index

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.

qScript?: string

Script text.