@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ux_app_config {
        active: Typed<boolean, {}>;
        base_url_path: Typed<string, {}>;
        default_route_type: Typed<string, {}>;
        description: Typed<string, {}>;
        disable_auto_reflow: Typed<boolean, {}>;
        encode_query_string: Typed<boolean, {}>;
        icon: Typed<
            | string
            | ExplicitKey<"st_sys_design_system_icon">
            | TableBrand<"st_sys_design_system_icon">
            | Record<"st_sys_design_system_icon">,
            { referenceTable: "st_sys_design_system_icon" },
        >;
        landing_path: Typed<string, {}>;
        name: Typed<string, { mandatory: true }>;
        sys_name: Typed<string, {}>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: Typed<boolean, {}>
    base_url_path: Typed<string, {}>
    default_route_type: Typed<string, {}>
    description: Typed<string, {}>
    disable_auto_reflow: Typed<boolean, {}>
    encode_query_string: Typed<boolean, {}>
    icon: Typed<
        | string
        | ExplicitKey<"st_sys_design_system_icon">
        | TableBrand<"st_sys_design_system_icon">
        | Record<"st_sys_design_system_icon">,
        { referenceTable: "st_sys_design_system_icon" },
    >
    landing_path: Typed<string, {}>
    name: Typed<string, { mandatory: true }>
    sys_name: Typed<string, {}>