@twinfinity/core
    Preparing search index...

    Interface SelectablesRenderOperation

    Represents a selectable render operation.

    interface SelectablesRenderOperation {
        done: () => void;
    }
    Index

    Properties

    Properties

    done: () => void

    Called when selectable render operations is completed.