@twinfinity/core
    Preparing search index...

    Interface MarkupEntityConstructorArgs

    interface MarkupEntityConstructorArgs {
        id: string;
        properties?: Map<string, MarkupProperty>;
        sheet: MarkupSheet2D;
    }
    Index

    Properties

    Properties

    id: string
    properties?: Map<string, MarkupProperty>