MobX Lark
    Preparing search index...

    Interface ActionCardTag

    interface ActionCardTag {
        actions: ButtonCardTag[];
        layout: "bisected";
        tag: "action";
    }
    Index

    Properties

    Properties

    actions: ButtonCardTag[]
    layout: "bisected"
    tag: "action"