VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface StripSlot

    A compact horizontal slot on a strip element.

    A StripSlot is not a DOM child node. It is a bounded authored region used for one-row horizontal composition.

    interface StripSlot {
        elements: Element[];
        id?: string;
        style?: Record<string, any>;
    }
    Index

    Properties

    Properties

    elements: Element[]
    id?: string
    style?: Record<string, any>