mapbiz
    Preparing search index...

    Interface Section

    Сериализация секции

    interface Section {
        content?: null | string;
        file?: null | string;
        image_position?: ImagePositionEnum;
        order?: number;
        title?: null | string;
    }
    Index

    Properties

    content?: null | string
    file?: null | string
    image_position?: ImagePositionEnum
    order?: number

    0

    2147483647

    title?: null | string

    300