Unblu Branch Client App Component API
    Preparing search index...

    Interface NamedArea

    Named area information without availability state.

    interface NamedArea {
        description: string;
        displayName: string;
        namedAreaSiteId: string;
    }
    Index

    Properties

    description: string

    Description of the named area.

    displayName: string

    Display name of the named area.

    namedAreaSiteId: string

    Site ID of the named area.