@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ux_screen {
        active: Typed<boolean, {}>;
        app_config: Typed<
            | string
            | ExplicitKey<"sys_ux_app_config">
            | TableBrand<"sys_ux_app_config">
            | Record<"sys_ux_app_config">,
            { referenceTable: "sys_ux_app_config" },
        >;
        description: Typed<string, {}>;
        disable_auto_reflow: Typed<boolean, {}>;
        event_mappings: Typed<string, {}>;
        macroponent: Typed<
            | string
            | ExplicitKey<"sys_ux_macroponent">
            | TableBrand<"sys_ux_macroponent">
            | Record<"sys_ux_macroponent">,
            { referenceTable: "sys_ux_macroponent" },
        >;
        macroponent_config: Typed<string, {}>;
        name: Typed<string, {}>;
        order: Typed<number, {}>;
        parent_macroponent: Typed<string, {}>;
        required_translations: Typed<string, {}>;
        screen_type: Typed<
            | string
            | ExplicitKey<"sys_ux_screen_type">
            | TableBrand<"sys_ux_screen_type">
            | Record<"sys_ux_screen_type">,
            { referenceTable: "sys_ux_screen_type" },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: Typed<boolean, {}>
    app_config: Typed<
        | string
        | ExplicitKey<"sys_ux_app_config">
        | TableBrand<"sys_ux_app_config">
        | Record<"sys_ux_app_config">,
        { referenceTable: "sys_ux_app_config" },
    >
    description: Typed<string, {}>
    disable_auto_reflow: Typed<boolean, {}>
    event_mappings: Typed<string, {}>
    macroponent: Typed<
        | string
        | ExplicitKey<"sys_ux_macroponent">
        | TableBrand<"sys_ux_macroponent">
        | Record<"sys_ux_macroponent">,
        { referenceTable: "sys_ux_macroponent" },
    >
    macroponent_config: Typed<string, {}>
    name: Typed<string, {}>
    order: Typed<number, {}>
    parent_macroponent: Typed<string, {}>
    required_translations: Typed<string, {}>
    screen_type: Typed<
        | string
        | ExplicitKey<"sys_ux_screen_type">
        | TableBrand<"sys_ux_screen_type">
        | Record<"sys_ux_screen_type">,
        { referenceTable: "sys_ux_screen_type" },
    >