@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbSegmentModel

    interface UmbSegmentModel {
        alias: string;
        cultures?: null | string[];
        name: string;
    }
    Index

    Properties

    Properties

    alias: string

    The unique alias of the segment.

    cultures?: null | string[]

    An optional list of culture codes that the segment applies to. If null, the segment applies to the invariant culture. If undefined, the segment is considered generic and applies to all cultures.

    name: string

    The name of the segment used for display purposes.