KC's Workspace
    Preparing search index...

    Interface PageMarginRule<D>

    interface PageMarginRule<D = Declaration> {
        declarations: DeclarationBlock<D>;
        loc: Location2;
        marginBox: PageMarginBox;
    }

    Type Parameters

    Index
    declarations: DeclarationBlock<D>

    The declarations within the rule.

    The location of the rule in the source file.

    marginBox: PageMarginBox

    The margin box identifier for this rule.