@fimagine/writeboard
    Preparing search index...

    Interface IShapesDetail

    interface IShapesDetail {
        operator: string;
        shapeDatas: IShapeData[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    operator: string
    shapeDatas: IShapeData[]