platform-bible-utils
    Preparing search index...

    Type Alias OrderedExtensibleContainer

    OrderedExtensibleContainer: OrderedItem & {
        isExperimental?: boolean;
        isExtensible?: boolean;
    }

    Type declaration

    • OptionalisExperimental?: boolean

      Set to true to mark this extension point as experimental. Experimental menu content may change or be removed without notice. Extensions reading this should treat the marker as informational.

    • OptionalisExtensible?: boolean

      Determines whether other items can be added to this after it has been defined