Interface AsukaRenderEngineSelection

interface AsukaRenderEngineSelection {
    getAnchorBox(): null | AsukaSelectionAnchorBox;
    list(): AsukaObjectSummary[];
    select(id: null | string): void;
}

Methods

  • Parameters

    • id: null | string

    Returns void