MVFv3 API Documentation
    Preparing search index...

    Type Alias BaseEntranceAestheticProperties

    Base properties that all entrance aesthetics share

    type BaseEntranceAestheticProperties = {
        id: `ea_${string}`;
        geometryId: `g_${string}`;
        details?: {
            description?: string;
            externalId?: string;
            icon?: string;
            name?: string;
            shortName?: string;
        };
    }
    Index

    Properties

    id: `ea_${string}`

    The unique identifier for the entrance aesthetic.

    geometryId: `g_${string}`
    details?: {
        description?: string;
        externalId?: string;
        icon?: string;
        name?: string;
        shortName?: string;
    }

    {@inheritDoc utility-types/details!Details}